projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42be6fc
)
Correct ordering of log levels in documentation
author
Daniel Boulby
<
[email protected]
>
Thu, 14 Jun 2018 09:07:40 +0000
(10:07 +0100)
committer
Daniel Boulby
<
[email protected]
>
Thu, 14 Jun 2018 09:27:03 +0000
(10:27 +0100)
Changed the ordering of the log levels in the documentation to
mate the code
Change-Id: Ief1930b73d833fdf675b039c98046591c0c264c1
Signed-off-by: Daniel Boulby <
[email protected]
>
docs/user-guide.rst
patch
|
blob
|
history
diff --git
a/docs/user-guide.rst
b/docs/user-guide.rst
index f6d0c764156a3e8b0e30ea22247578c58297d664..7e50dc18817b9f17968ecb065ca2ce7245283d3c 100644
(file)
--- a/
docs/user-guide.rst
+++ b/
docs/user-guide.rst
@@
-486,8
+486,8
@@
Common build options
::
0 (LOG_LEVEL_NONE)
- 10 (LOG_LEVEL_
NOTICE
)
- 20 (LOG_LEVEL_
ERROR
)
+ 10 (LOG_LEVEL_
ERROR
)
+ 20 (LOG_LEVEL_
NOTICE
)
30 (LOG_LEVEL_WARNING)
40 (LOG_LEVEL_INFO)
50 (LOG_LEVEL_VERBOSE)